home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1997 July
/
macformat52.iso
/
mac
/
Shareware Plus
/
Developers
/
YAAF v1.0 alpha 1
/
(Sources)
/
Standard Controls
/
Factory
/
factory.h
next >
Wrap
Text File
|
1997-04-15
|
543b
|
25 lines
/* factory.h
*
* This is the standard controls factory that is
* initialized when I'm started up
*/
#ifndef __FACTORY_H__
#define __FACTORY_H__
#include <XView.h>
/************************************************************************/
/* */
/* View Factory */
/* */
/************************************************************************/
class XGIStdClassFactory : public XGViewFactory {
public:
XGView *CreateView(long,XGView *,XGArgStream &);
};
#endif // __FACTORY_H__